Exercise: Create a New Project
 
 
 

In this exercise, you will create a new project named “MyFirstProject” and reference the files of the AutoCAD .NET API.

To create a new project named “MyFirstProject”

  1. On the Start menu, click (All) Programs Microsoft Visual Studio 2008 Microsoft Visual Studio 2008 to start Microsoft Visual Studio.
  2. In Microsoft Visual Studio, click File menu New Project.
  3. In the New Project dialog box, Project Types tree, expand Other Languages and click Visual Basic or C#.
  4. In the Templates list, select Class Library.
  5. In the Name box, enter MyFirstProject.
  6. In the Location box, click Browse to specify a new location or accept the default location.
    TipTo change the default location for new projects, display the Options dialog box and select the Projects and Solutions folder from the navigation pane. Click the ellipsis button to the right of the Visual Studio Projects Location and browse to a new default location.
  7. Click OK.